예제 #1
0
 public Task <string> AddAsync(Expression <Action> methodCall)
 {
     return(jobDAL.AddAsync(null, null, null, null, methodCall));
 }