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