Exemplo n.º 1
0
 public Result DeleteUserArea(string MemberId, string Area)
 {
     return(Repository.DeleteUserArea(MemberId, Area));
 }