예제 #1
0
 public static ILoginDAL GetLoginRepo(Context context = null)
 {
     return(LoginRepo.GetInstance(context));
 }