C# Class EA.Iws.DataAccess.Repositories.Imports.ImportNotificationSearchRepository

Inheritance: IImportNotificationSearchRepository
Mostrar archivo Open project: EnvironmentAgency/prsd-iws

Public Methods

Method Description
ImportNotificationSearchRepository ( IwsContext context, ImportNotificationContext importNotificationContext, IUserContext userContext ) : System.Collections.Generic
SearchByNumber ( string number ) : Task>

Method Details

ImportNotificationSearchRepository() public method

public ImportNotificationSearchRepository ( IwsContext context, ImportNotificationContext importNotificationContext, IUserContext userContext ) : System.Collections.Generic
context IwsContext
importNotificationContext ImportNotificationContext
userContext IUserContext
return System.Collections.Generic

SearchByNumber() public method

public SearchByNumber ( string number ) : Task>
number string
return Task>