コード例 #1
0
 public IDataResult <IList <Location> > GetList()
 {
     return(new SuccessDataResult <IList <Location> >(_locationDao.GetList()));
 }