public int Insert(Category model)
 {
     return(af.Insert(model));
 }
Exemplo n.º 2
0
 public int Insert(PageBlock model)
 {
     return(af.Insert(model));
 }
Exemplo n.º 3
0
 public int Insert(Course model)
 {
     return(af.Insert(model));
 }
Exemplo n.º 4
0
 public int Insert(Instructor model)
 {
     return(af.Insert(model));
 }