justOne
This commit is contained in:
@ -10,7 +10,7 @@ using de.hottis.genericdatabaseapiservice.Models;
|
||||
|
||||
namespace de.hottis.genericdatabaseapiservice.Services {
|
||||
public interface IDbService {
|
||||
Task<List<TOUT>> ReadBySelect<TIN, TOUT>(string selectStatement, TIN input);
|
||||
Task<List<TOUT>> ReadBySelect<TIN, TOUT>(string selectStatement, bool justOne, TIN input);
|
||||
}
|
||||
|
||||
public class DbServiceException : Exception {}
|
||||
|
Reference in New Issue
Block a user