예제 #1
0
 public IList <CommonData> GetAll()
 {
     return(CommonDataRepository.GetAll().ToList());
 }