コード例 #1
0
ファイル: WmsType.cs プロジェクト: erwin-hamid/LogPro
 public Account GetAccount(Account data)
 {
    return Factory.DaoAccount().Select(data).First();
 }
コード例 #2
0
 public string CreateCustomer(Entities.Master.Account customer)
 {
     throw new NotImplementedException();
 }