Example #1
0
 public static LoginObject Authenticate(int Id, string password)
 {
     return(FacadeFactory.GetCommonView().Authenticate(Id, password));
 }
Example #2
0
 protected internal BaseCommonViewAccess()
 {
     repository = FacadeFactory.GetCommonView();
 }