Beispiel #1
0
 public int GetAdminId(int userId)
 {
     return(_userDAL.GetAdminId(userId));
 }