Example #1
0
 //Get Bank
 public IEnumerable <Bank> Get(string userId)
 {
     return(_repo.Get(userId));
 }