Exemplo n.º 1
0
 /// <summary>
 /// This method will send the call to the backend if it exists if not
 /// it will create one for the caller
 /// </summary>
 /// <returns></returns>
 ///
 public FrontendController()
 {
     m_provisionUtility = new ProvisionUtility();
 }
Exemplo n.º 2
0
 public RoutingController()
 {
     m_provisionUtility = new ProvisionUtility();
 }