Beispiel #1
0
 public Category Transform(CategoryEditRequestDto reqest)
 {
     throw new NotImplementedException();
 }
Beispiel #2
0
 public async Task <bool> EditCategory(CategoryEditRequestDto request)
 {
     throw new NotImplementedException();
 }