Exemplo n.º 1
0
 public int DoRemoveSampleNote(int sampleNoteId, Identification identification)
 {
     logger.Log(LogLevel.Trace, AppLib.GetCaller(logger));
     using (SampleDAO dao = new SampleDAO()) {
         return dao.RemoveSampleNote(sampleNoteId, identification.UserId);
     }
 }