Ejemplo n.º 1
0
 public BarangayController(IBarangayProfile brgyprofile, IPersonProfileService personprofile)
 {
     _brgyprofile   = brgyprofile;
     _personprofile = personprofile;
 }
Ejemplo n.º 2
0
 public BarangayController(IBarangayProfile brgyprofile)
 {
     _brgyprofile = brgyprofile;
 }