public SingleItemResponse<RelationPersonAwardDTO> UpdateRelationPersonAward(RelationPersonAwardDTO updateData)
 {
     throw new NotImplementedException();
 }
Пример #2
0
 public SingleItemResponse <RelationPersonAwardDTO> UpdateRelationPersonAward(RelationPersonAwardDTO updateData)
 {
     throw new NotImplementedException();
 }
 public SingleItemResponse<RelationPersonAwardDTO> AddRelationPersonAward(RelationPersonAwardDTO newRelationPersonAward)
 {
     throw new NotImplementedException();
 }
Пример #4
0
 public SingleItemResponse <RelationPersonAwardDTO> AddRelationPersonAward(RelationPersonAwardDTO newRelationPersonAward)
 {
     throw new NotImplementedException();
 }