Пример #1
0
 public Task <int> PostFamilyType(FamilyType familyType)
 {
     return(familyTypeServiceobj.PostFamilyType(familyType));
 }