Example #1
0
 public SchoolsoftUserStateCheckMessageHandler(SchoolSoftSchoolPlatformClient client) : base()
 {
     this.Client = client;
 }
Example #2
0
 public SchoolSoftNavigatorBuilder(SchoolSoftSchoolPlatformClient client)
 {
     this.client = client;
 }