Exemple #1
0
 public bool Clear(IUnitOfWork uow = null)
 {
     return(Db.Clear(uow));
 }