Beispiel #1
0
 public List <LoginInfo> GetUserRole(int id)
 {
     return(_account.GetUserRole(id));
 }