mirror of https://github.com/abpframework/abp.git
4 changed files with 12 additions and 4 deletions
@ -1,13 +1,11 @@ |
|||
using System; |
|||
using System.Threading.Tasks; |
|||
using JetBrains.Annotations; |
|||
using Volo.Abp.Domain.Repositories; |
|||
|
|||
namespace Volo.Abp.TestApp.Domain |
|||
{ |
|||
public interface ICityRepository : IBasicRepository<City, Guid> |
|||
{ |
|||
[CanBeNull] |
|||
Task<City> FindByNameAsync(string name); |
|||
} |
|||
} |
|||
|
|||
Loading…
Reference in new issue