Пример #1
0
 public Auth GetAuth(string User, string Password)
 {
     return(PolicyRepository.GetAuth(User, Password));
 }