Exemple #1
0
 public virtual List <ActivityDataModel> GetAll(int id = 0)
 {
     return(ActivityDAL.GetAll());
 }