コード例 #1
0
 public DoctoresController(RepositoryDoctores repo)
 {
     this.repo = repo;
 }
コード例 #2
0
 public ServicioDoctores(RepositoryDoctores repo)
 {
     this.repo = repo;
 }
コード例 #3
0
 public IdentityController(RepositoryDoctores repo)
 {
     this.repo = repo;
 }