Exemplo n.º 1
0
 public DateTime GetMinDate()
 {
     return(BDModel.getDBMinDate());
 }
Exemplo n.º 2
0
 public List <DataFeed> GetDataFeed(IOption option, DateTime from)
 {
     return(BDModel.getDBDataFeed(option, from));
 }