Esempio n. 1
0
 public async void Save()
 {
     using (_unitOfWork = new UnitOfWorkContext())
     {
         _unitOfWork.Save();
     }
 }