コード例 #1
0
 public List <Patron> GetAllPatrons()
 {
     return(_patronStorage.GetAll());
 }
コード例 #2
0
 public List <Patron> GetAllPatrons(Guid userId)
 {
     return(_patronStorage.GetAll(userId));
 }