Esempio n. 1
0
 public UserService()
 {
     database = ContextManagment.GetContext();
 }
Esempio n. 2
0
 public CategoryService()
 {
     database = ContextManagment.GetContext();
 }
 public NewscastService()
 {
     database = ContextManagment.GetContext();
 }