Example #1
0
 public bool Add(Subject entity)
 {
     return(subjectDal.Add(entity));
 }