public SingleItemResponse<RelationPersonPlayRoleDTO> UpdateRelationPersonPlayRole(RelationPersonPlayRoleDTO updateData)
 {
     throw new NotImplementedException();
 }
Esempio n. 2
0
 public SingleItemResponse <RelationPersonPlayRoleDTO> UpdateRelationPersonPlayRole(RelationPersonPlayRoleDTO updateData)
 {
     throw new NotImplementedException();
 }
 public SingleItemResponse<RelationPersonPlayRoleDTO> AddRelationPersonPlayRole(RelationPersonPlayRoleDTO newRelationPersonPlayRole)
 {
     throw new NotImplementedException();
 }
Esempio n. 4
0
 public SingleItemResponse <RelationPersonPlayRoleDTO> AddRelationPersonPlayRole(RelationPersonPlayRoleDTO newRelationPersonPlayRole)
 {
     throw new NotImplementedException();
 }