Ejemplo n.º 1
0
 public IActionResult GetUser()
 {
     UserJobs.GetUserList();
     return(Ok($"Recurring Job Scheduled. Invoice will be mailed 2 minute for!"));
 }
Ejemplo n.º 2
0
 public static void UseCustomJobs(this IApplicationBuilder app)
 {
     UserJobs.GetUserList();
 }