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