コード例 #1
0
 public NotificationService(IDataUow uow)
 {
     Contract.Requires(uow != null);
     Uow = uow;
 }
コード例 #2
0
 public CalendarService(IDataUow uow)
 {
     Contract.Requires(uow != null);
     Uow = uow;
 }