コード例 #1
0
 public virtual IEnumerable <T> GetAll()
 {
     return(Repository.GetAll <T>());
 }