Exemplo n.º 1
0
 public int UpdateUserNotifications(SubstituteCategoryModel substituteEventModel)
 {
     return(_repo.UpdateUserNotifications(substituteEventModel));
 }
Exemplo n.º 2
0
 public int UpdateGradeLevelNotification(SubstituteCategoryModel substituteEventModel)
 {
     return(_repo.UpdateGradeLevelNotification(substituteEventModel));
 }
Exemplo n.º 3
0
 public int UpdateSubjectNotification(SubstituteCategoryModel substituteEventModel)
 {
     return(_repo.UpdateSubjectNotification(substituteEventModel));
 }
Exemplo n.º 4
0
 public int UpdateUserCategories(SubstituteCategoryModel substituteCategoryModel)
 {
     return(_repo.UpdateUserCategories(substituteCategoryModel));
 }