예제 #1
0
 public bool DeleteGroupActor(string projectKey, Int32 id, String group)
 {
     return(_client.DeleteGroupActor(projectKey, id, group));
 }