Esempio n. 1
0
 public static bool WroteRecord <T>(this IAuditingService self) where T : AuditRecord
 {
     return(self.WroteRecord <T>(ar => true));
 }