コード例 #1
0
 public int[] OnGetOrCreateTags(string[] tags_names, int tenant, string user)
 {
     return(mailBoxManager.GetOrCreateTags(tenant, user, tags_names));
 }