Exemplo n.º 1
0
 public List <EntityLogCRM> GetAll()
 {
     return(FactoryLogCRM.GetList(base.DataContext.LogCRM.ToList()));
 }
Exemplo n.º 2
0
 public List <EntityLogCRM> GetActives()
 {
     return(FactoryLogCRM.GetList(base.DataContext.LogCRM.Where(p => p.Status == true).ToList()));
 }