예제 #1
0
 public Task <List <T> > GetAllWithoutDisable()
 {
     return(_ORM.GetAllWithoutDisable());
 }