Esempio n. 1
0
 public UserMasterBO(hmsDBContext hmsDBContext)
 {
     this.hmsDBContext = hmsDBContext;
 }
Esempio n. 2
0
 public AccountBO(hmsDBContext hmsDBContext)
 {
     this.Context = hmsDBContext;
 }