Skip to content

Instantly share code, notes, and snippets.

View krotkiewicz's full-sized avatar

Konrad Rotkiewicz krotkiewicz

View GitHub Profile
@krotkiewicz
krotkiewicz / keybase.md
Created October 17, 2018 07:30
keybase.md

Keybase proof

I hereby claim:

  * I am krotkiewicz on github.   * I am krotkiewicz (https://keybase.io/krotkiewicz) on keybase.   * I have a public key ASBwLQR6i24LcykCYNQarz-vHLTucsf_YS0S6SJTqllUkgo

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am krotkiewicz on github.
  • I am krotkiewicz (https://keybase.io/krotkiewicz) on keybase.
  • I have a public key ASDsjLPgP6rBmqdlx4v_8d7wdFpnAa4bICRmQAvWjxTGGAo

To claim this, I am signing this object:

@krotkiewicz
krotkiewicz / ProductsController.cs
Created February 29, 2020 09:36 — forked from aramkoukia/ProductsController.cs
Products Controller
using System;
using System.Web.Http;
using System.Net;
using System.Net.Http;
using Products.Service.DataTransferObjects.Commands;
using Products.Service.MicroServices.Products.Commands;
using Products.Service.MicroServices.Products.Handlers;
using MicroServices.Common.Exceptions;
namespace Products.Service.Controllers