Exemplo n.º 1
0
 public bool ExistsLoginName(string loginName)
 {
     return(dal.ExistsLoginName(loginName));
 }