public DealService()
 {
     db = new Acc_DealContext();
 }
Beispiel #2
0
 public AccountService()
 {
     db = new Acc_DealContext();
 }