Example #1
0
 public Response <ApiService> GetApiservice(Guid guid)
 {
     return(this.TryGetResponse(() => AllServices.Find(a => a.ID == guid)));
 }