Esempio n. 1
0
 public int DoRemoveSampleCharge(int sampleChargeId, Identification identification)
 {
     logger.Log(LogLevel.Trace, AppLib.GetCaller(logger));
     using (SampleDAO dao = new SampleDAO()) {
         return dao.RemoveSampleCharge(sampleChargeId, identification.UserId);
     }
 }