17 changed files with 13 additions and 79 deletions
@ -1,11 +0,0 @@ |
|||
namespace MyCompanyName.MyProjectName.Jobs |
|||
{ |
|||
public interface IRecurringJob : ITransientDependency |
|||
{ |
|||
/// <summary>
|
|||
/// 执行任务
|
|||
/// </summary>
|
|||
/// <returns></returns>
|
|||
Task ExecuteAsync(); |
|||
} |
|||
} |
|||
@ -1,7 +0,0 @@ |
|||
namespace MyCompanyName.MyProjectName.Users.Dto |
|||
{ |
|||
public class UserOutput |
|||
{ |
|||
public Guid Id { get; set; } |
|||
} |
|||
} |
|||
Loading…
Reference in new issue