Exemple #1
0
        //ITentService ts = null;

        public RefugController()
        {
            rs = new RefugService();
            //ts = new TentService();
        }
Exemple #2
0
 public RefugeeApiController()
 {
     rs = new RefugService();
 }