Ejemplo n.º 1
0
 public int PhanQuyen(string UserName)
 {
     return(_accountDal.PhanQuyen(UserName));
 }