public ClothesTypeController(IClothesTypeDatabaseService clothesTypeDatabaseService,
                              IClothesTypeMainTransferConverter clothesTypeTransferConverter)
     : base(clothesTypeDatabaseService, clothesTypeTransferConverter)
 {
 }
 public ClothesTypeRestService(IRestHttpClient restHttpClient,
                               IClothesTypeMainTransferConverter clothesTypeTransferConverter)
     : base(restHttpClient, clothesTypeTransferConverter)
 {
 }