예제 #1
0
 public Account GetAccount(Account data)
 {
    return Factory.DaoAccount().Select(data).First();
 }
예제 #2
0
 public string CreateCustomer(Entities.Master.Account customer)
 {
     throw new NotImplementedException();
 }