BLL/PBS.BLL.WE/02-httpclient/01-utensil/UtensilMapping.cs @@ -21,5 +21,10 @@ { throw new NotImplementedException(); } public Task<List<UtensilMappingDto>> GetByUtensilIds(List<long> Ids) { throw new NotImplementedException(); } } }