public UserService()
 {
     database = ContextManagment.GetContext();
 }
Example #2
0
 public CategoryService()
 {
     database = ContextManagment.GetContext();
 }
 public NewscastService()
 {
     database = ContextManagment.GetContext();
 }