Exemplo n.º 1
0
		public void LateLoanNotificationTest() {
			LateLoanNotification s = new LateLoanNotification(null);
			s.Execute();
		}
Exemplo n.º 2
0
		public void TestLateNotificationJob() {
			var stra = new LateLoanNotification(DateTime.UtcNow);
			stra.Execute();
		}