Exemplo n.º 1
0
 public IHttpActionResult PostAllStudentsAssign(string UserName, int EvntId)
 {
     regrepo.AssignAll(EvntId);
     return(Ok());
 }