Exemplo n.º 1
0
 public SystemUser GetByAccount(string account)
 {
     return(_sysUserRepository.GetByAccount(account));
 }