コード例 #1
0
 public List <EntityProfile> GetAll()
 {
     return(FactoryProfile.GetList(base.DataContext.Profile.ToList()));
 }
コード例 #2
0
 public List <EntityProfile> GetActives()
 {
     return(FactoryProfile.GetList(base.DataContext.Profile.Where(p => p.Status == true).ToList()));
 }