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