Exemple #1
0
 public IEnumerable <BaseStatDTO> GetAll()
 {
     return(BaseStat.GetAll(context));
 }