Ejemplo n.º 1
0
 public bool AddSub(int adminId, SubCategory sc)
 {
     return(_category.AddSub(adminId, sc));
 }